These sources are using GtkListStore apis,
but were replying on indirect includes to
get the header. Make this explicit, to prepare
for GtkEntryCompletion losing its tree view
dependencies.
#include "gtkdialog.h"
#include "gtkintl.h"
#include "gtkmarshalers.h"
+#include "gtkliststore.h"
enum {
PROP_SHOW_DIALOG_ITEM = 1,
#include "gtkcelllayout.h"
#include "gtkbuildable.h"
#include "gtkbuilderprivate.h"
+#include "gtkliststore.h"
#include <string.h>
#include "gtkshortcuttrigger.h"
#include "gtkshortcutaction.h"
#include "gtkshortcut.h"
+#include "gtkliststore.h"
#include <glib/gprintf.h>
/**
#include <gtk/gtklabel.h>
#include <gtk/gtklistbox.h>
#include <gtk/gtklistview.h>
+#include <gtk/gtkliststore.h>
#include <gtk/gtkmessagedialog.h>
#include <gtk/gtkpicture.h>
#include <gtk/gtkpopover.h>
#include "gtktreeview.h"
#include "gtkeventcontrollerkey.h"
#include "gtkmain.h"
+#include "gtkliststore.h"
#include <glib/gi18n-lib.h>